ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.DataVisualization.Chart Namespace / _SankeyPlotView<TOwnerView,TPlotDefinition,TNodeView,TFlowView> Class / nodes Property

In This Topic
    nodes Property (_SankeyPlotView<TOwnerView,TPlotDefinition,TNodeView,TFlowView>)
    In This Topic
    Syntax
    'Declaration
     
    Public ReadOnly Property nodes As List(Of ISankeyNodeModel)
    public List<ISankeyNodeModel> nodes {get;}
    See Also